home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 117
/
MacAddict 117.dmg
/
Software
/
Graphics & Multimedia
/
iScreensaver Designer 3.4 (trial).dmg
/
Install iScreensaver 3.4.pkg
/
Contents
/
Resources
/
postupgrade
< prev
next >
Wrap
Text File
|
2006-02-01
|
318b
|
11 lines
#!/bin/sh
# shell script to reveal the installed application
#
#open /Applications/iScreensaver\ Designer\ 3/ &
osascript \
-e "Tell Application \"Finder\"" \
-e " Reveal File \"iScreensaver Designer 3.4\" of folder \"iScreensaver Designer 3\" of Folder \"Applications\" of Startup Disk" \
-e "End Tell"
exit 0